PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFImage Class / applyFilter Method
Type of compression to apply.
In This Topic
    applyFilter Method
    In This Topic
    Applies the specified PDF compression filter to image data.
    The image data is already compressed so calling this method will compress it again and this might cause an increase in final size.
    This method can be called multiple times to chain multiple PDF filters.
    Syntax
    public void applyFilter( 
       PDFFilterType pdfFilter
    )

    Parameters

    pdfFilter
    Type of compression to apply.
    See Also